home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / boot / RndWBPatt.lha / RndWBPatt.readme < prev    next >
Encoding:
Text File  |  2002-01-21  |  3.0 KB  |  90 lines

  1. Short:    Random WBPattern pics for OS3.9
  2. Uploader: jhyvonen@mail.student.oulu.fi (Juha Hyvonen)
  3. Author:   jhyvonen@mail.student.oulu.fi (Juha Hyvonen)
  4. Type:     util/boot
  5.  
  6. INTRODUCTION
  7.    RndWBPatt is a program to randomly select a background picture for 
  8.    Workbench, windows and screen and to set their properties.
  9.  
  10. REQUIREMENTS
  11.    - AmigaOS 3.9
  12.    - Some background pics
  13.  
  14. USAGE
  15.    Synopsis:
  16.    WBDIR/K,WINDIR/K,SCRDIR/K,WBLAYOUT/K,WBCOLOR/K,WINCOLOR/K,SCRCOLOR/K,
  17.    WBDITHER/K,WINDITHER/K,SCRDITHER/K
  18.  
  19.    WBDIR
  20.    WINDIR
  21.    SCRDIR
  22.       These keywords define the drawer(s) from where the bg picture will be
  23.       selected, example:
  24.       
  25.       RndWBPatt WBDIR=DH1:Pictures/patts
  26.  
  27.       would select a random file from that directory for Workbench
  28.       background. You can enter more than one directory for these keywords
  29.       too, separated by semicolon in quotation marks:
  30.  
  31.       RndWBPatt WINDIR="DH1:first/pics;DH1:second/patts;DH1:third/abcd"
  32.  
  33.       selects one file for window background from one of those
  34.       directories.
  35.  
  36.    WBLAYOUT
  37.       This keyword defines how Workbench background is placed. Parameters for
  38.       this are:
  39.  
  40.       TILE
  41.          Tile the pictures on WB.
  42.       CENTER
  43.          Center the picture on WB.
  44.       SCALE
  45.          Scale the picture to fill whole WB screen.
  46.       SCALEWELL
  47.          As above but use better quality.
  48.  
  49.       example:
  50.  
  51.       RndWBPatt WBDIR=dh1:patts WBLAYOUT=CENTER
  52.  
  53.       this selects one pic from dh1:patts and centers it on the WB screen.      
  54.  
  55.    WBCOLOR
  56.    WINCOLOR
  57.    SCRCOLOR
  58.       These keywords specify the color quality for the pictures, params are:
  59.       POOR, GOOD and BEST.
  60.  
  61.    WBDITHER
  62.    WINDITHER
  63.    SCRDITHER
  64.       these keywords specify the dither quality for the pitures, params are:
  65.       POOR, GOOD and BEST.
  66.  
  67.    This program can be run at anytime, preferably placed in
  68.    startup-sequence somewhere after ENV: creation.
  69.  
  70. BUGS
  71.    Please notify if there are any...
  72.  
  73. DISCLAIMER
  74. There is no warranty for the program, to the extent permitted by applicable law.
  75. Except when otherwise stated in writing the copyright holder and/or other parties
  76. provide the program "as is" without warranty of any kind, either expressed or
  77. implied, including, but not limited to, the implied warranties of merchantability
  78. and fitness for a particular purpose. The entire risk as to the quality and
  79. performance of the program is with you. Should the program prove defective, you
  80. assume the cost of all necessary servicing, repair or correction.
  81.  
  82. In no event unless required by applicable law or agreed to in writing will any
  83. copyright holder, or any other party who may redistribute the program as permitted
  84. above, be liable to you for damages, including any general, special, incidental or
  85. consequential damages arising out of the use or inability to use the program
  86. (including but not limited to loss of data or data being rendered inaccurate or
  87. losses sustained by you or third parties or a failure of the program to operate
  88. with any other programs), even if such holder or other party has been advised of
  89. the possibility of such damages.
  90.